// // Copyright (c) 2009 All Right Reserved // // vl // // 2009-01-01 // Contains ... namespace LargoBase.Enums { /// /// Tuplet position. /// public enum TupletPosition { /// Tuplet type. None, /// Tuplet type. Start, /// Tuplet type. Stop } }